A relation on the integers 0 through 4 is defined by:R = {(x, y): x +...
Relation R on integer {0, 1, 2, 3, 4} is defined as
R = {(x, y) x + y ≤ 2x}
Reflexive relations : Reflexive relation on the set is a binary element in which every element is related to itself.
Transitive relation: Let A be a set in which the relation R defined. R is said to be transitive, if
(a, b) ∈ R and (b, a) ∈ R ⇒ (a, c) ∈ R,
That is aRb and bRc ⇒ aRc where a, b, c ∈ A
symmetric relation: Let A be a set in which the relation R defined. Then R is said to be a symmetric relation, if (a, b) ∈ R ⇒ (b, a) ∈ R, that is, aRb ⇒ bRa for all (a, b) ∈ R.
So, possible set of elements are
R = { (0, 0), (1, 0), (1, 1), (2, 0), (2, 1), (2, 2), (3, 0), (3, 1), (3, 2), (3, 3), (4, 0), (4, 1), (4, 3), (4, 4)}
From the set it is clear that relation is reflexive and transitive but it is not symmetric.